home *** CD-ROM | disk | FTP | other *** search
/ Clickx 96 / Clickx 96.iso / software / tools / tool / xbmc-10.1.exe / system / python / Lib / idlelib / NEWS.txt < prev    next >
Encoding:
Text File  |  2011-03-08  |  19.3 KB  |  525 lines

  1. What's New in IDLE 1.1.5?
  2. =========================
  3.  
  4. *Release date: 11-Mar-2006*
  5.  
  6. What's New in IDLE 1.1.5c1?
  7. =========================
  8.  
  9. *Release date: 02-Mar-2006*
  10.  
  11. What's New in IDLE 1.1.4?
  12. =========================
  13.  
  14. *Release date: 18-OCT-2006*
  15.  
  16. What's New in IDLE 1.1.4c1?
  17. ===========================
  18.  
  19. *Release date: 11-OCT-2006*
  20.  
  21. What's New in IDLE 1.1.3?
  22. =========================
  23.  
  24. *Release date: 29-MAR-2006*
  25.  
  26. What's New in IDLE 1.1.3c1?
  27. ===========================
  28.  
  29. *Release date: 23-MAR-2006*
  30.  
  31. - Source file f.flush() after writing; trying to avoid lossage if user
  32.   kills GUI.  Reported by Bruce Sherwood.
  33.  
  34.  
  35. What's New in IDLE 1.1.2?
  36. =========================
  37.  
  38. *Release date: 28-SEP-2005*
  39.  
  40. What's New in IDLE 1.1.2c1?
  41. ===========================
  42.  
  43. *Release date: 21-SEP-2005*
  44.  
  45. - Mac line endings were incorrect when pasting code from some browsers
  46.   when using X11 and the Fink distribution.  Python Bug 1263656.
  47.  
  48.  
  49. What's New in IDLE 1.1.1?
  50. =========================
  51.  
  52. *Release date: 30-MAR-2005*
  53.  
  54.  
  55. What's New in IDLE 1.1.1c2?
  56. ===========================
  57.  
  58. *Release date: 17-MAR-2005*
  59.  
  60.  
  61. What's New in IDLE 1.1.1c1?
  62. ===========================
  63.  
  64. *Release date: 10-MAR-2005*
  65.  
  66. - If an extension can't be loaded, print warning and skip it instead of
  67.   erroring out.
  68.  
  69. - Improve error handling when .idlerc can't be created (warn and exit)
  70.  
  71. - The GUI was hanging if the shell window was closed while a raw_input() 
  72.   was pending.  Restored the quit() of the readline() mainloop().
  73.   http://mail.python.org/pipermail/idle-dev/2004-December/002307.html
  74.  
  75. What's New in IDLE 1.1?
  76. =======================
  77.  
  78. *Release date: 30-NOV-2004*
  79.  
  80. - On OpenBSD, terminating IDLE with ctrl-c from the command line caused a
  81.   stuck subprocess MainThread because only the SocketThread was exiting.
  82.  
  83. What's New in IDLE 1.1b3/rc1?
  84. =============================
  85.  
  86. *Release date: 18-NOV-2004*
  87.  
  88. - Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set"
  89.   button) caused IDLE to fail on restart (no new keyset was created in
  90.   config-keys.cfg).  Also true for Theme/highlights.  Python Bug 1064535.
  91.  
  92. - A change to the linecache.py API caused IDLE to exit when an exception was
  93.   raised while running without the subprocess (-n switch).  Python Bug 1063840.
  94.  
  95. What's New in IDLE 1.1b2?
  96. =========================
  97.  
  98. *Release date: 03-NOV-2004*
  99.  
  100. - When paragraph reformat width was made configurable, a bug was
  101.   introduced that caused reformatting of comment blocks to ignore how
  102.   far the block was indented, effectively adding the indentation width
  103.   to the reformat width.  This has been repaired, and the reformat
  104.   width is again a bound on the total width of reformatted lines.
  105.  
  106. What's New in IDLE 1.1b1?
  107. =========================
  108.  
  109. *Release date: 15-OCT-2004*
  110.  
  111.  
  112. What's New in IDLE 1.1a3?
  113. =========================
  114.  
  115. *Release date: 02-SEP-2004*
  116.  
  117. - Improve keyboard focus binding, especially in Windows menu.  Improve
  118.   window raising, especially in the Windows menu and in the debugger.
  119.   IDLEfork 763524.
  120.  
  121. - If user passes a non-existant filename on the commandline, just
  122.   open a new file, don't raise a dialog.  IDLEfork 854928.
  123.  
  124.  
  125. What's New in IDLE 1.1a2?
  126. =========================
  127.  
  128. *Release date: 05-AUG-2004*
  129.  
  130. - EditorWindow.py was not finding the .chm help file on Windows.  Typo
  131.   at Rev 1.54.  Python Bug 990954
  132.  
  133. - checking sys.platform for substring 'win' was breaking IDLE docs on Mac
  134.   (darwin).  Also, Mac Safari browser requires full file:// URIs.  SF 900580.
  135.  
  136.  
  137. What's New in IDLE 1.1a1?
  138. =========================
  139.  
  140. *Release date: 08-JUL-2004*
  141.  
  142. - Redirect the warning stream to the shell during the ScriptBinding check of
  143.   user code and format the warning similarly to an exception for both that
  144.   check and for runtime warnings raised in the subprocess.
  145.  
  146. - CodeContext hint pane visibility state is now persistent across sessions.
  147.   The pane no longer appears in the shell window.  Added capability to limit
  148.   extensions to shell window or editor windows.  Noam Raphael addition
  149.   to Patch 936169.
  150.  
  151. - Paragraph reformat width is now a configurable parameter in the
  152.   Options GUI.
  153.  
  154. - New Extension: CodeContext.  Provides block structuring hints for code
  155.   which has scrolled above an edit window. Patch 936169 Noam Raphael.
  156.  
  157. - If nulls somehow got into the strings in recent-files.lst
  158.   EditorWindow.update_recent_files_list() was failing.  Python Bug 931336.
  159.  
  160. - If the normal background is changed via Configure/Highlighting, it will update
  161.   immediately, thanks to the previously mentioned patch by Nigel Rowe.
  162.  
  163. - Add a highlight theme for builtin keywords.  Python Patch 805830 Nigel Rowe
  164.   This also fixed IDLEfork bug [ 693418 ] Normal text background color not refreshed
  165.   and Python bug [897872 ] Unknown color name on HP-UX
  166.  
  167. - rpc.py:SocketIO - Large modules were generating large pickles when downloaded
  168.   to the execution server.  The return of the OK response from the subprocess
  169.   initialization was interfering and causing the sending socket to be not
  170.   ready.  Add an IO ready test to fix this.  Moved the polling IO ready test
  171.   into pollpacket().
  172.  
  173. - Fix typo in rpc.py, s/b "pickle.PicklingError" not "pickle.UnpicklingError".
  174.  
  175. - Added a Tk error dialog to run.py inform the user if the subprocess can't
  176.   connect to the user GUI process.  Added a timeout to the GUI's listening
  177.   socket.  Added Tk error dialogs to PyShell.py to announce a failure to bind
  178.   the port or connect to the subprocess.  Clean up error handling during
  179.   connection initiation phase.  This is an update of Python Patch 778323.
  180.  
  181. - Print correct exception even if source file changed since shell was
  182.   restarted.  IDLEfork Patch 869012 Noam Raphael
  183.  
  184. - Keybindings with the Shift modifier now work correctly.  So do bindings which
  185.   use the Space key.  Limit unmodified user keybindings to the function keys.
  186.   Python Bug 775353, IDLEfork Bugs 755647, 761557
  187.  
  188. - After an exception, run.py was not setting the exception vector. Noam
  189.   Raphael suggested correcting this so pdb's postmortem pm() would work.
  190.   IDLEfork Patch 844675
  191.  
  192. - IDLE now does not fail to save the file anymore if the Tk buffer is not a
  193.   Unicode string, yet eol_convention is.  Python Bugs 774680, 788378
  194.  
  195. - IDLE didn't start correctly when Python was installed in "Program Files" on
  196.   W2K and XP.  Python Bugs 780451, 784183
  197.  
  198. - config-main.def documentation incorrectly referred to idle- instead of
  199.   config-  filenames.  SF 782759  Also added note about .idlerc location.
  200.  
  201.  
  202. What's New in IDLE 1.0?
  203. =======================
  204.  
  205. *Release date: 29-Jul-2003*
  206.  
  207. - Added a banner to the shell discussimg warnings possibly raised by personal
  208.   firewall software.  Added same comment to README.txt.
  209.  
  210.  
  211. What's New in IDLE 1.0 release candidate 2?
  212. ===========================================
  213.  
  214. *Release date: 24-Jul-2003*
  215.  
  216. - Calltip error when docstring was None  Python Bug 775541
  217.  
  218.  
  219. What's New in IDLE 1.0 release candidate 1?
  220. ===========================================
  221.  
  222. *Release date: 18-Jul-2003*
  223.  
  224. - Updated extend.txt, help.txt, and config-extensions.def to correctly
  225.   reflect the current status of the configuration system.  Python Bug 768469
  226.  
  227. - Fixed: Call Tip Trimming May Loop Forever. Python Patch 769142 (Daniels)
  228.  
  229. - Replaced apply(f, args, kwds) with f(*args, **kwargs) to improve performance
  230.   Python Patch 768187
  231.  
  232. - Break or continue statements outside a loop were causing IDLE crash
  233.   Python Bug 767794
  234.  
  235. - Convert Unicode strings from readline to IOBinding.encoding.  Also set
  236.   sys.std{in|out|err}.encoding, for both the local and the subprocess case.
  237.   SF IDLEfork patch 682347.
  238.  
  239.  
  240. What's New in IDLE 1.0b2?
  241. =========================
  242.  
  243. *Release date: 29-Jun-2003*
  244.  
  245. - Extend AboutDialog.ViewFile() to support file encodings.  Make the CREDITS
  246.   file Latin-1.
  247.  
  248. - Updated the About dialog to reflect re-integration into Python.  Provide
  249.   buttons to display Python's NEWS, License, and Credits, plus additional
  250.   buttons for IDLE's README and NEWS.
  251.  
  252. - TextViewer() now has a third parameter which allows inserting text into the
  253.   viewer instead of reading from a file.
  254.  
  255. - (Created the .../Lib/idlelib directory in the Python CVS, which is a clone of
  256.   IDLEfork modified to install in the Python environment.  The code in the
  257.   interrupt module has been moved to thread.interrupt_main(). )
  258.  
  259. - Printing the Shell window was failing if it was not saved first SF 748975
  260.  
  261. - When using the Search in Files dialog, if the user had a selection
  262.   highlighted in his Editor window, insert it into the dialog search field.
  263.  
  264. - The Python Shell entry was disappearing from the Windows menu.
  265.  
  266. - Update the Windows file list when a file name change occurs
  267.  
  268. - Change to File / Open Module: always pop up the dialog, using the current
  269.   selection as the default value.  This is easier to use habitually.
  270.  
  271. - Avoided a problem with starting the subprocess when 'localhost' doesn't
  272.   resolve to the user's loopback interface.  SF 747772
  273.  
  274. - Fixed an issue with highlighted errors never de-colorizing.  SF 747677.  Also
  275.   improved notification of Tabnanny Token Error.
  276.  
  277. - File / New will by default save in the directory of the Edit window from
  278.   which it was initiated.  SF 748973 Guido van Rossum patch.
  279.  
  280.  
  281. What's New in IDLEfork 0.9b1?
  282. =============================
  283.  
  284. *Release date: 02-Jun-2003*
  285.  
  286. - The current working directory of the execution environment (and shell
  287.   following completion of execution) is now that of the module being run.
  288.  
  289. - Added the delete-exitfunc option to config-main.def.  (This option is not
  290.   included in the Options dialog.)  Setting this to True (the default) will
  291.   cause IDLE to not run sys.exitfunc/atexit when the subprocess exits.
  292.  
  293. - IDLE now preserves the line ending codes when editing a file produced on
  294.   a different platform. SF 661759,  SF 538584
  295.  
  296. - Reduced default editor font size to 10 point and increased window height
  297.   to provide a better initial impression on Windows.
  298.  
  299. - Options / Fonts/Tabs / Set Base Editor Font: List box was not highlighting
  300.   the default font when first installed on Windows.  SF 661676
  301.  
  302. - Added Autosave feature: when user runs code from edit window, if the file
  303.   has been modified IDLE will silently save it if Autosave is enabled.  The
  304.   option is set in the Options dialog, and the default is to prompt the
  305.   user to save the file.   SF 661318 Bruce Sherwood patch.
  306.  
  307. - Improved the RESTART annotation in the shell window when the user restarts
  308.   the shell while it is generating output.  Also improved annotation when user
  309.   repeatedly hammers the Ctrl-F6 restart.
  310.  
  311. - Allow IDLE to run when not installed and cwd is not the IDLE directory
  312.   SF Patch 686254 "Run IDLEfork from any directory without set-up" - Raphael
  313.  
  314. - When a module is run from an EditorWindow: if its directory is not in
  315.   sys.path, prepend it.  This allows the module to import other modules in
  316.   the same directory.  Do the same for a script run from the command line.
  317.  
  318. - Correctly restart the subprocess if it is running user code and the user
  319.   attempts to run some other module or restarts the shell.  Do the same if
  320.   the link is broken and it is possible to restart the subprocess and re-
  321.   connect to the GUI.   SF RFE 661321.
  322.  
  323. - Improved exception reporting when running commands or scripts from the
  324.   command line.
  325.  
  326. - Added a -n command line switch to start IDLE without the subprocess.
  327.   Removed the Shell menu when running in that mode.  Updated help messages.
  328.  
  329. - Added a comment to the shell startup header to indicate when IDLE is not
  330.   using the subprocess.
  331.  
  332. - Restore the ability to run without the subprocess.  This can be important for
  333.   some platforms or configurations.  (Running without the subprocess allows the
  334.   debugger to trace through parts of IDLE itself, which may or may not be
  335.   desirable, depending on your point of view.  In addition, the traditional
  336.   reload/import tricks must be use if user source code is changed.)  This is
  337.   helpful for developing IDLE using IDLE, because one instance can be used to
  338.   edit the code and a separate instance run to test changes.  (Multiple
  339.   concurrent IDLE instances with subprocesses is a future feature)
  340.  
  341. - Improve the error message a user gets when saving a file with non-ASCII
  342.   characters and no source encoding is specified.  Done by adding a dialog
  343.   'EncodingMessage', which contains the line to add in a fixed-font entry
  344.   widget, and which has a button to add that line to the file automatically.
  345.   Also, add a configuration option 'EditorWindow/encoding', which has three
  346.   possible values: none, utf-8, and locale. None is the default: IDLE will show
  347.   this dialog when non-ASCII characters are encountered. utf-8 means that files
  348.   with non-ASCII characters are saved as utf-8-with-bom. locale means that
  349.   files are saved in the locale's encoding; the dialog is only displayed if the
  350.   source contains characters outside the locale's charset.  SF 710733 - Loewis
  351.  
  352. - Improved I/O response by tweaking the wait parameter in various
  353.   calls to signal.signal().
  354.  
  355. - Implemented a threaded subprocess which allows interrupting a pass
  356.   loop in user code using the 'interrupt' extension.  User code runs
  357.   in MainThread, while the RPCServer is handled by SockThread.  This is
  358.   necessary because Windows doesn't support signals.
  359.  
  360. - Implemented the 'interrupt' extension module, which allows a subthread
  361.   to raise a KeyboardInterrupt in the main thread.
  362.  
  363. - Attempting to save the shell raised an error related to saving
  364.   breakpoints, which are not implemented in the shell
  365.  
  366. - Provide a correct message when 'exit' or 'quit' are entered at the
  367.   IDLE command prompt  SF 695861
  368.  
  369. - Eliminate extra blank line in shell output caused by not flushing
  370.   stdout when user code ends with an unterminated print. SF 695861
  371.  
  372. - Moved responsibility for exception formatting (i.e. pruning IDLE internal
  373.   calls) out of rpc.py into the client and server.
  374.  
  375. - Exit IDLE cleanly even when doing subprocess I/O
  376.  
  377. - Handle subprocess interrupt with an RPC message.
  378.  
  379. - Restart the subprocess if it terminates itself. (VPython programs do that)
  380.  
  381. - Support subclassing of exceptions, including in the shell, by moving the
  382.   exception formatting to the subprocess.
  383.  
  384.  
  385.  
  386. What's New in IDLEfork 0.9 Alpha 2?
  387. ===================================
  388.  
  389. *Release date: 27-Jan-2003*
  390.  
  391. - Updated INSTALL.txt to claify use of the python2 rpm.
  392.  
  393. - Improved formatting in IDLE Help.
  394.  
  395. - Run menu: Replace "Run Script" with "Run Module".
  396.  
  397. - Code encountering an unhandled exception under the debugger now shows
  398.   the correct traceback, with IDLE internal levels pruned out.
  399.  
  400. - If an exception occurs entirely in IDLE, don't prune the IDLE internal
  401.   modules from the traceback displayed.
  402.  
  403. - Class Browser and Path Browser now use Alt-Key-2 for vertical zoom.
  404.  
  405. - IDLE icons will now install correctly even when setup.py is run from the
  406.   build directory
  407.  
  408. - Class Browser now compatible with Python2.3 version of pyclbr.py
  409.  
  410. - Left cursor move in presence of selected text now moves from left end
  411.   of the selection.
  412.  
  413. - Add Meta keybindings to "IDLE Classic Windows" to handle reversed
  414.   Alt/Meta on some Linux distros.
  415.  
  416. - Change default: IDLE now starts with Python Shell.
  417.  
  418. - Removed the File Path from the Additional Help Sources scrolled list.
  419.  
  420. - Add capability to access Additional Help Sources on the web if the
  421.   Help File Path begins with //http or www.  (Otherwise local path is
  422.   validated, as before.)
  423.  
  424. - Additional Help Sources were not being posted on the Help menu in the
  425.   order entered.  Implement sorting the list by [HelpFiles] 'option'
  426.   number.
  427.  
  428. - Add Browse button to New Help Source dialog.  Arrange to start in
  429.   Python/Doc if platform is Windows, otherwise start in current directory.
  430.  
  431. - Put the Additional Help Sources directly on the Help menu instead of in
  432.   an Extra Help cascade menu.  Rearrange the Help menu so the Additional
  433.   Help Sources come last.  Update help.txt appropriately.
  434.  
  435. - Fix Tk root pop-ups in configSectionNameDialog.py  and configDialog.py
  436.  
  437. - Uniform capitalization in General tab of ConfigDialog, update the doc string.
  438.  
  439. - Fix bug in ConfigDialog where SaveAllChangedConfig() was unexpectedly
  440.   deleting Additional Help Sources from the user's config file.
  441.  
  442. - Make configHelpSourceEdit OK button the default and bind <Return>
  443.  
  444. - Fix Tk root pop-ups in configHelpSourceEdit: error dialogs not attached
  445.   to parents.
  446.  
  447. - Use os.startfile() to open both Additional Help and Python Help on the
  448.   Windows platform.  The application associated with the file type will act as
  449.   the viewer.  Windows help files (.chm) are now supported via the
  450.   Settings/General/Additional Help facility.
  451.  
  452. - If Python Help files are installed locally on Linux, use them instead of
  453.   accessing python.org.
  454.  
  455. - Make the methods for finding the Python help docs more robust, and make
  456.   them work in the installed configuration, also.
  457.  
  458. - On the Save Before Run dialog, make the OK button the default.  One
  459.   less mouse action!
  460.  
  461. - Add a method: EditorWindow.get_geometry() for future use in implementing
  462.   window location persistence.
  463.  
  464. - Removed the "Help/Advice" menu entry.  Thanks, David!  We'll remember!
  465.  
  466. - Change the "Classic Windows" theme's paste key to be <ctrl-v>.
  467.  
  468. - Rearrange the Shell menu to put Stack Viewer entries adjacent.
  469.  
  470. - Add the ability to restart the subprocess interpreter from the shell window;
  471.   add an associated menu entry "Shell/Restart" with binding Control-F6.  Update
  472.   IDLE help.
  473.  
  474. - Upon a restart, annotate the shell window with a "restart boundary".  Add a
  475.   shell window menu "Shell/View Restart" with binding F6 to jump to the most
  476.   recent restart boundary.
  477.  
  478. - Add Shell menu to Python Shell; change "Settings" to "Options".
  479.  
  480. - Remove incorrect comment in setup.py: IDLEfork is now installed as a package.
  481.  
  482. - Add INSTALL.txt, HISTORY.txt, NEWS.txt to installed configuration.
  483.  
  484. - In installer text, fix reference to Visual Python, should be VPython.
  485.   Properly credit David Scherer.
  486.  
  487. - Modified idle, idle.py, idle.pyw to improve exception handling.
  488.  
  489.  
  490. What's New in IDLEfork 0.9 Alpha 1?
  491. ===================================
  492.  
  493. *Release date: 31-Dec-2002*
  494.  
  495. - First release of major new functionality.  For further details refer to
  496.   Idle-dev and/or the Sourceforge CVS.
  497.  
  498. - Adapted to the Mac platform.
  499.  
  500. - Overhauled the IDLE startup options and revised the idle -h help message,
  501.   which provides details of command line usage.
  502.  
  503. - Multiple bug fixes and usability enhancements.
  504.  
  505. - Introduced the new RPC implementation, which includes a debugger.  The output
  506.   of user code is to the shell, and the shell may be used to inspect the
  507.   environment after the run has finished.  (In version 0.8.1 the shell
  508.   environment was separate from the environment of the user code.)
  509.  
  510. - Introduced the configuration GUI and a new About dialog.
  511.  
  512. - Removed David Scherer's Remote Procedure Call code and replaced with Guido
  513.   van Rossum's.  GvR code has support for the IDLE debugger and uses the shell
  514.   to inspect the environment of code Run from an Edit window.  Files removed:
  515.   ExecBinding.py, loader.py, protocol.py, Remote.py, spawn.py
  516.  
  517. --------------------------------------------------------------------
  518. Refer to HISTORY.txt for additional information on earlier releases.
  519. --------------------------------------------------------------------
  520.  
  521.  
  522.  
  523.  
  524.  
  525.